runtime.memRecord.future (field)
14 uses
runtime (current package)
mprof.go#L29: profMemFutureLock [len(memRecord{}.future)]mutex
mprof.go#L144: future [3]memRecordCycle
mprof.go#L179: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
mprof.go#L389: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L410: mpc := &mp.future[index]
mprof.go#L428: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L448: index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
mprof.go#L452: mpc := &mr.future[index]
mprof.go#L470: index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
mprof.go#L473: mpc := &mp.future[index]
mprof.go#L1022: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L1046: for c := range mp.future {
mprof.go#L1048: mp.active.add(&mp.future[c])
mprof.go#L1049: mp.future[c] = memRecordCycle{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)